home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM BV3
/
BMUG PD-ROM Version BV3 (CDRM1097900).iso
/
HyperCard
/
Games
/
CirclusMaximus™
/
card_5205.txt
< prev
next >
Wrap
Text File
|
1991-03-02
|
2KB
|
90 lines
-- card: 5205 from stack: in
-- bmap block id: 6349
-- flags: 4000
-- background id: 2238
-- name: Area Between 2 Circles
----- HyperTalk script -----
on mouseUp
set numberFormat to <0.000000>
--Calculate Total Perimeter
get (2*pi)*(card field "Large Radius"+card field "Small Radius")
put it into card field "Total Perimeter"
--Calculate Area
get pi*(card field "Large Radius"^2-card field "Small Radius"^2)
put it into card field "Area"
end mouseUp
-- part 1 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=312 top=96 right=114 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Small Radius
-- part 2 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=312 top=119 right=137 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Large Radius
-- part 3 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=300 top=194 right=214 bottom=447
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Total Perimeter
-- part 5 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=300 top=236 right=256 bottom=447
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Area
-- part contents for card part 1
----- text -----
.250000
-- part contents for card part 2
----- text -----
.500000
-- part contents for card part 3
----- text -----
4.712389
-- part contents for card part 5
----- text -----
0.589049